Window.MouseCursor Property

Syntax

MouseCursor as MouseCursor


The cursor to be displayed while the mouse is within the window and the Application class's MouseCursor property is Nil. If the Application class MouseCursor is not Nil, non-Nil MouseCursors belonging to any Windows or Controls are ignored.

If the Window's MouseCursor property is not Nil, the MouseCursor properties of any Controls are ignored. You can use the cursors in the Cursors object to set the mousecursor for the window.